projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8f593d
)
(inferior-octave-prompt): Accept .exe.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 23 Jul 2007 17:56:06 +0000
(17:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 23 Jul 2007 17:56:06 +0000
(17:56 +0000)
lisp/progmodes/octave-inf.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave-inf.el
b/lisp/progmodes/octave-inf.el
index 63f9af50c1e276c2dea609793d7807d1769ae8ff..b46510b5ac9d1186fa59f2700e53863d948209ba 100644
(file)
--- a/
lisp/progmodes/octave-inf.el
+++ b/
lisp/progmodes/octave-inf.el
@@
-42,7
+42,7
@@
:group 'octave-inferior)
(defcustom inferior-octave-prompt
- "\\(^octave\\(\\|.bin\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
+ "\\(^octave\\(\\|.bin\\
|.exe\\
)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
"Regexp to match prompts for the inferior Octave process."
:type 'regexp
:group 'octave-inferior)